home *** CD-ROM | disk | FTP | other *** search
/ Ian & Stuart's Australian Mac 1993 September / September 93.iso / Archives / Applications / Graphics / Fractals / Julia! 2.0 / Julia.doc < prev   
Encoding:
Text File  |  1993-08-01  |  2.7 KB  |  34 lines  |  [TEXT/ttxt]

  1.  
  2. Julia! 2.0 was created in July 1993 by Julie Mitchell.
  3.  
  4.  
  5. Julia! is freeware.  I do, however, place two restrictions on its distribution.
  6. Any copies of Julia! must be accompanied by this notice, and any customized versions (see below) must not be distributed without the original.
  7.  
  8. Comments, complaints and suggestions can be addressed to:
  9.                             Julie Mitchell
  10.                             Department of Mathematics
  11.                             University of California at Berkeley
  12.                             Berkeley, CA 94720
  13.                 or   mitchell@math.berkeley.edu
  14.  
  15. ___________________________________________________________
  16.  
  17.     First, my apologies.  I never did figure out how to print or save PICT files, having only Inside Macintosh Vol.1 to work with and being too cheap to buy the rest.   However, you can print the screen using Cmd-Shift-4, and you can copy your pictures into the scrapbook with a utility such as Capture.  Those of you using 7.x can do a screen dump using Cmd-Shift-3, which will save a PICT file on your hard drive.
  18. ___________________________________________________________
  19.  
  20.     Julia! computes mathematical objects known as filled Julia Sets.  They are named for the French mathematician Gaston Julia and are defined to be the set of points in the complex plane that do not escape to infinity under iteration of the function f(z)=z^2+c.
  21.     
  22.     The values for c are chosen from the graph of the Mandelbrot Set, and the maximum iteration level can be adjusted using the Iterations menu.  A level of 15 is sufficient for initial calculations, while a higher level is recommended for high magnifications. To zoom in on a Julia Set, click on a point inside its rectangle.  The magnification will be a factor of 2 about the point you select.
  23.  
  24.     The Pixels menu allows you to adjust the resolution of the picture, and Beep lets you specify whether Julia! should tell you when it's finished with a computation.
  25.  
  26.     Julia! has several built-in color palettes to plot pictures with.  If you don't appreciate my taste in colors, you can edit the palettes with ResEdit.  In each pltt resource, there are 13 colors.  The first two are black and white--these should not be edited or deleted.  The next ten are used for plotting escape levels and the last color is the one used for plotting the filled Julia set.  
  27.     
  28.     You can also add your own palettes.  If you do this, make sure that the pltt resource id's are in sequential order (starting with 10,11,...).  These can be set with the resource info command.  The palettes must begin with black and white followed by 11 colors of your choice.  You must also add a menu item to the bottom of the Colors menu in order to select your new palette while using Julia!
  29.  
  30.     The background color for the display window can be changed by editing the WIND resource.
  31.  
  32.     That's it--enjoy the program!!
  33.  
  34.